body, html {
  clear: both;
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  z-index: 100;
  font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

/* Clear float */
.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box; }

ul, li {
  padding: 0;
  list-style: none; }

div, input, textarea {
  box-sizing: border-box; }

a {
  text-decoration: none; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

input:focus {
  outline: none; }

.container {
  width: 1200px;
  height: auto; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (max-width: 1200px) {
    .container {
      width: 100%;
      padding: 0 15px; } }

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.main-wrap {
  width: 100%;
  height: auto; }
  .main-wrap:before, .main-wrap:after {
    content: "";
    display: table; }
  .main-wrap:after {
    clear: both; }

.text-center {
  display: block;
  text-align: center; }

#app {
  width: 100%;
  min-height: 100%;
  padding-top: 90px; }
  @media screen and (max-width: 1024px) {
    #app {
      padding-top: 0.9rem; } }

.page_banner {
  width: 100%;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.page_nav {
  width: 100%;
  height: 200px;
  background-image: url("../../images/page_nav_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page_nav .left_wrap .page_nav_icon {
    margin-top: 20px; }
  .page_nav .left_wrap p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 30px; }
  .page_nav .right_wrap .top {
    display: none; }
  .page_nav .right_wrap .page_nav_nav {
    margin-top: 40px;
    height: auto;
    float: right; }
    .page_nav .right_wrap .page_nav_nav:before, .page_nav .right_wrap .page_nav_nav:after {
      content: "";
      display: table; }
    .page_nav .right_wrap .page_nav_nav:after {
      clear: both; }
    .page_nav .right_wrap .page_nav_nav li {
      float: left;
      margin-right: 40px;
      position: relative; }
      .page_nav .right_wrap .page_nav_nav li a {
        color: #333;
        padding: 15px 5px;
        display: block; }
      .page_nav .right_wrap .page_nav_nav li:last-child {
        margin-right: 0; }
        .page_nav .right_wrap .page_nav_nav li:last-child a {
          padding-right: 0; }
      .page_nav .right_wrap .page_nav_nav li:after {
        content: " ";
        display: none;
        width: 100%;
        height: 1px;
        background-color: #117242;
        position: absolute;
        bottom: 0;
        left: 0; }
      .page_nav .right_wrap .page_nav_nav li.on:after {
        display: block; }
      .page_nav .right_wrap .page_nav_nav li:hover:after {
        display: block; }
  .page_nav .right_wrap .position {
    text-align: right;
    font-size: 12px;
    clear: both;
    color: #999;
    padding-top: 30px; }
    .page_nav .right_wrap .position a {
      font-size: 12px;
      color: #999; }
      .page_nav .right_wrap .position a:hover {
        color: #117242; }

.global_header {
  width: 100%;
  height: 90px;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  box-shadow: 0px 1px 0px 0px rgba(173, 173, 173, 0.3); }
  .global_header .logo {
    width: 203px;
    height: 51px;
    display: block;
    float: left;
    background-image: url("../../images/logo_2x.png");
    background-repeat: no-repeat;
    background-size: 203px 51px;
    margin-top: 19.5px; }
  .global_header .nav {
    height: auto; }
    .global_header .nav:before, .global_header .nav:after {
      content: "";
      display: table; }
    .global_header .nav:after {
      clear: both; }
    .global_header .nav .navbar {
      padding-right: 17px;
      height: 90px;
      position: relative; }
      @media screen and (max-width: 1366px) {
        .global_header .nav .navbar {
          padding-right: 0; } }
      .global_header .nav .navbar:before, .global_header .nav .navbar:after {
        content: "";
        display: table; }
      .global_header .nav .navbar:after {
        clear: both; }
      .global_header .nav .navbar li {
        float: left;
        line-height: 90px;
        padding: 0 33px;
        position: relative; }
        @media screen and (max-width: 1366px) {
          .global_header .nav .navbar li {
            padding: 0 15px; } }
        .global_header .nav .navbar li a {
          color: #333;
          font-size: 16px;
          display: block; }
        .global_header .nav .navbar li:after {
          content: " ";
          width: 25px;
          height: 2px;
          background-color: #117242;
          position: absolute;
          display: none;
          bottom: 0;
          left: 50%;
          margin-left: -12.5px; }
        .global_header .nav .navbar li.on a {
          color: #117242; }
        .global_header .nav .navbar li.on:after {
          display: block; }
        .global_header .nav .navbar li:hover:after {
          display: block; }
        .global_header .nav .navbar li:hover a {
          color: #117242; }
      .global_header .nav .navbar:after {
        content: " ";
        width: 1px;
        height: 20px;
        display: block;
        position: absolute;
        background-color: rgba(26, 61, 53, 0.4);
        right: 0;
        top: 36px; }
    .global_header .nav .tool_btn {
      padding-left: 45px; }
      @media screen and (max-width: 1366px) {
        .global_header .nav .tool_btn {
          padding-left: 15px; } }
      .global_header .nav .tool_btn .switch_language {
        font-size: 18px;
        color: #333;
        line-height: 90px;
        display: block;
        float: left; }
        .global_header .nav .tool_btn .switch_language:hover {
          color: #117242; }
      .global_header .nav .tool_btn .search {
        width: 20px;
        height: 20px;
        background-image: url("../../icon/search_icon.png");
        float: left;
        margin-left: 30px;
        margin-top: 35px;
        cursor: pointer;
        position: relative; }
        @media screen and (max-width: 1366px) {
          .global_header .nav .tool_btn .search {
            margin-left: 15px; } }
        .global_header .nav .tool_btn .search .p_search_wrap {
          width: 430px;
          height: 90px;
          background-color: #333;
          position: absolute;
          display: none;
          right: 0;
          top: -35px; }
          .global_header .nav .tool_btn .search .p_search_wrap .text {
            width: 340px;
            height: 90px;
            line-height: 90px;
            float: left;
            border: none;
            background-color: #333;
            color: #fff;
            font-size: 16px;
            padding: 0 20px;
            box-sizing: border-box; }
          .global_header .nav .tool_btn .search .p_search_wrap .btn {
            width: 90px;
            height: 90px;
            float: left;
            border: 0;
            background: url(../../icon/search-active.png) no-repeat center center;
            background-color: #117242;
            cursor: pointer; }

.global_page {
  margin-bottom: 60px; }
  .global_page .num {
    display: inline-block;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #e9e9e9;
    margin-left: -5px; }
    .global_page .num.on {
      color: #ce0b00; }
    .global_page .num:hover {
      color: #ce0b00; }
    .global_page .num:first-child {
      margin-left: 0;
      border-right: 0; }

.global_footer {
  width: 100%;
  background-color: #117242; }
  .global_footer .top_wrap {
    padding: 73px 0; }
    @media screen and (max-width: 1024px) {
      .global_footer .top_wrap {
        padding: 0.3rem 0; } }
    .global_footer .top_wrap .left_contact {
      padding-right: 90px;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .global_footer .top_wrap .left_contact {
          padding-right: 20px; } }
      @media screen and (max-width: 1024px) {
        .global_footer .top_wrap .left_contact {
          width: 100%;
          float: none;
          text-align: center;
          padding: 0; } }
      .global_footer .top_wrap .left_contact span {
        display: block;
        margin-bottom: 25px; }
      .global_footer .top_wrap .left_contact p {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 25px; }
      .global_footer .top_wrap .left_contact:after {
        content: " ";
        width: 1px;
        height: 100%;
        display: block;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.1);
        right: 0;
        top: 0; }
        @media screen and (max-width: 1024px) {
          .global_footer .top_wrap .left_contact:after {
            display: none; } }
    .global_footer .top_wrap .right_nav {
      padding-left: 100px; }
      @media screen and (max-width: 1200px) {
        .global_footer .top_wrap .right_nav {
          padding-left: 20px; } }
      @media screen and (max-width: 1024px) {
        .global_footer .top_wrap .right_nav {
          display: none; } }
      .global_footer .top_wrap .right_nav .nav_item {
        float: left;
        margin-right: 70px; }
        .global_footer .top_wrap .right_nav .nav_item p {
          font-size: 17px;
          color: #fff;
          margin-bottom: 20px; }
        .global_footer .top_wrap .right_nav .nav_item a {
          display: block;
          font-size: 13px;
          color: rgba(255, 255, 255, 0.4);
          margin-bottom: 10px; }
          .global_footer .top_wrap .right_nav .nav_item a:hover {
            color: #fff; }
          .global_footer .top_wrap .right_nav .nav_item a:last-child {
            margin-bottom: 0; }
        .global_footer .top_wrap .right_nav .nav_item:last-child {
          margin-right: 0; }
  .global_footer .bottom_wrap {
    width: 100%;
    height: 49px;
    font-size: 13px;
    line-height: 49px;
    background-color: #0f6138;
    color: rgba(255, 255, 255, 0.3); }
    @media screen and (max-width: 1200px) {
      .global_footer .bottom_wrap {
        text-align: center; } }
    @media screen and (max-width: 1024px) {
      .global_footer .bottom_wrap {
        text-align: center;
        height: auto;
        font-size: 0.22rem;
        line-height: 1.636; } }
    .global_footer .bottom_wrap a {
      color: rgba(255, 255, 255, 0.3);
      text-decoration: underline; }
    .global_footer .bottom_wrap ul {
      height: 49px; }
      @media screen and (max-width: 1200px) {
        .global_footer .bottom_wrap ul {
          display: none; } }
      @media screen and (max-width: 1024px) {
        .global_footer .bottom_wrap ul {
          display: none; } }
      .global_footer .bottom_wrap ul li {
        height: 49px;
        float: left;
        margin-right: 30px; }
        .global_footer .bottom_wrap ul li a {
          display: block; }
          .global_footer .bottom_wrap ul li a img {
            vertical-align: middle; }
        .global_footer .bottom_wrap ul li:last-child {
          margin-right: 0; }

.go_top {
  width: 28px;
  height: 28px;
  background-image: url("../../icon/go_top.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 15px;
  cursor: pointer; }

@media screen and (max-width: 1024px) {
  .global_header {
    display: none; } }
@media screen and (max-width: 768px) {
  .page_banner {
    width: 100%;
    height: 4rem; }

  .page_nav {
    height: auto; }
    .page_nav .container {
      padding: 0; }
    .page_nav .left_wrap {
      width: 100%;
      padding: 10px 15px; }
      .page_nav .left_wrap .page_nav_icon {
        margin-top: 0rem;
        width: 2.12rem;
        height: 1.18rem;
        float: left; }
      .page_nav .left_wrap p {
        float: right;
        font-size: 0.32rem;
        margin-top: 0.36rem; }
    .page_nav .right_wrap {
      width: 100%; }
      .page_nav .right_wrap .top {
        width: 100%;
        height: 0.9rem;
        background: #117242;
        line-height: 0.9rem;
        font-size: 0.3rem;
        color: #fff;
        padding: 0rem 0.25rem;
        margin-bottom: 0.1rem;
        display: block; }
        .page_nav .right_wrap .top p {
          font-size: 0.3rem;
          color: #fff;
          float: left; }
        .page_nav .right_wrap .top i {
          width: 0.21rem;
          height: 0.9rem;
          background: url("../../icon/arrow_bottom_white.png") no-repeat center center;
          background-size: auto auto;
          background-size: 0.21rem 0.12rem;
          display: block;
          float: right; }
      .page_nav .right_wrap .page_nav_nav {
        width: 100%;
        margin-top: 0;
        display: none; }
        .page_nav .right_wrap .page_nav_nav li {
          width: 100%;
          height: 0.9rem;
          background: #ffffff;
          padding: 0 15px;
          line-height: 0.9rem;
          margin-bottom: 0.1rem;
          float: none; }
          .page_nav .right_wrap .page_nav_nav li.on {
            border-bottom: 0; }
          .page_nav .right_wrap .page_nav_nav li::after {
            height: 0; }
          .page_nav .right_wrap .page_nav_nav li a {
            padding: 0; }
            .page_nav .right_wrap .page_nav_nav li a i {
              width: 0.2rem;
              height: 0.9rem;
              background: url("../../icon/arrow_bottom.png") no-repeat center center;
              background-size: auto auto;
              background-size: 0.2rem 0.12rem;
              display: block;
              float: right; }
      .page_nav .right_wrap .position {
        text-align: left;
        margin-top: 0;
        background: #fff;
        line-height: 0.8rem;
        padding-left: 0.25rem;
        border-bottom: 1px solid #f5f5f5;
        padding-top: 0; } }
.global_m_header {
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0px 1px 0px 0px rgba(173, 173, 173, 0.3);
  z-index: 110; }
  @media screen and (max-width: 1024px) {
    .global_m_header {
      display: block !important; } }
  .global_m_header .wrap {
    width: 94%;
    position: relative; }
    .global_m_header .wrap .menu_toggle {
      width: 0.5rem;
      height: 0.4rem;
      display: block;
      margin-top: 0.28rem;
      float: left; }
      .global_m_header .wrap .menu_toggle span {
        display: block;
        width: 0.5rem;
        height: 0.04rem;
        margin-bottom: 0.11rem;
        position: relative;
        background: #117242;
        z-index: 1; }
    .global_m_header .wrap .logo {
      width: 2.03rem;
      height: 0.51rem;
      display: block;
      float: left;
      background-image: url("../../images/logo_2x.png");
      background-repeat: no-repeat;
      background-size: 2.03rem 0.51rem;
      position: absolute;
      left: 50%;
      margin-left: -1.015rem;
      top: 0.255rem; }
    .global_m_header .wrap .mobile_search {
      width: 0.36rem;
      height: 0.88rem;
      background: url("../../icon/mobile_search.png") no-repeat scroll center center;
      background-size: auto auto;
      background-size: 0.36rem 0.36rem;
      display: block;
      float: right; }
  .global_m_header .mobile_menu {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3000;
    left: -100%; }
    .global_m_header .mobile_menu .left_nav {
      width: 5rem;
      height: 100%;
      background: #fafafa;
      position: relative; }
      .global_m_header .mobile_menu .left_nav .close {
        cursor: pointer;
        width: 0.88rem;
        height: 0.88rem;
        background: url("../../icon/nav_close.png") no-repeat scroll center center;
        background-size: auto auto;
        display: block;
        background-size: 0.34rem 0.34rem;
        position: absolute;
        right: -0.88rem;
        top: 0; }
      .global_m_header .mobile_menu .left_nav .menu_logo {
        display: block;
        height: 1.9rem;
        line-height: 1.9rem;
        width: 100%;
        text-align: center; }
        .global_m_header .mobile_menu .left_nav .menu_logo img {
          width: 3rem;
          height: 0.87rem;
          vertical-align: middle; }
      .global_m_header .mobile_menu .left_nav ul {
        width: 100%;
        height: auto; }
        .global_m_header .mobile_menu .left_nav ul:before, .global_m_header .mobile_menu .left_nav ul:after {
          content: "";
          display: table; }
        .global_m_header .mobile_menu .left_nav ul:after {
          clear: both; }
        .global_m_header .mobile_menu .left_nav ul li {
          width: 100%;
          height: 1rem;
          line-height: 1rem;
          text-align: left;
          border-bottom: 1px solid #ccc;
          padding-left: 1.6rem; }
          .global_m_header .mobile_menu .left_nav ul li.on a {
            color: #117242; }
          .global_m_header .mobile_menu .left_nav ul li.on i {
            background: #117242; }
          .global_m_header .mobile_menu .left_nav ul li a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 0.32rem;
            color: #333; }
            .global_m_header .mobile_menu .left_nav ul li a i {
              width: 0.04rem;
              height: 0.32rem;
              background: #fafafa;
              display: inline-block;
              vertical-align: middle;
              margin-right: 0.2rem; }

.search_wrap {
  width: 100%;
  padding: 0.15rem 0rem;
  display: none;
  z-index: 180;
  position: absolute;
  left: 0;
  top: 0.9rem;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.2); }
  .search_wrap .search_box {
    height: 0.78rem;
    border: 1px solid #bbbbbb;
    background: #fff;
    position: relative;
    width: 94%;
    margin: 0 auto; }
    .search_wrap .search_box .text {
      width: 6.18rem;
      height: 0.78rem;
      background: none;
      border: 0;
      line-height: 0.78rem;
      color: #333;
      font-size: 0.28rem;
      text-indent: 0.2rem; }
    .search_wrap .search_box .btn {
      width: 0.78rem;
      height: 0.78rem;
      background-color: #117242;
      border: 0;
      position: absolute;
      right: -0.01rem;
      top: -0.02rem;
      cursor: pointer;
      background: url(../../icon/mobile_search.png) no-repeat scroll center center;
      background-size: 20px 20px; }

.p {
  position: relative; }

.wechat_modal {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -160px;
  left: -20px;
  display: none; }
  .wechat_modal img {
    width: 100%;
    height: 100%; }

.index_wrap {
  width: 100%;
  height: auto; }
  .index_wrap:before, .index_wrap:after {
    content: "";
    display: table; }
  .index_wrap:after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    .index_wrap {
      padding: 0; } }
  .index_wrap .banner {
    width: 100%;
    height: 825px; }
    @media screen and (max-width: 1024px) {
      .index_wrap .banner {
        width: 100%;
        height: 400px; }
        .index_wrap .banner .banner_page {
          text-align: center !important;
          padding-right: 0 !important; }
        .index_wrap .banner .b_p {
          display: block !important; }
        .index_wrap .banner .bg {
          display: none; } }
    @media screen and (max-width: 750px) {
      .index_wrap .banner {
        height: 3.5rem; } }
    .index_wrap .banner .swiper-slide {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative; }
      .index_wrap .banner .swiper-slide a {
        display: block;
        height: 100%;
        width: 100%; }
      .index_wrap .banner .swiper-slide .bg {
        background-image: url("../../images/banner_bg.png");
        width: 1267px;
        height: 277px;
        position: absolute;
        right: 0;
        bottom: 0; }
    .index_wrap .banner .b_p {
      width: 22px;
      height: 41px;
      z-index: 100;
      top: 50%;
      margin-top: -20.5px;
      position: absolute;
      display: none;
      transition: all .3s; }
    .index_wrap .banner .banner_arrow_right {
      background-image: url("../../icon/banner_arrow_right.png");
      right: 40px; }
      @media screen and (max-width: 750px) {
        .index_wrap .banner .banner_arrow_right {
          right: 0.2rem; } }
    .index_wrap .banner .banner_arrow_left {
      background-image: url("../../icon/banner_arrow_left.png");
      left: 40px; }
      @media screen and (max-width: 750px) {
        .index_wrap .banner .banner_arrow_left {
          left: 0.2rem; } }
    .index_wrap .banner .banner_page {
      text-align: right;
      padding-right: 120px;
      padding-bottom: 30px; }
      @media screen and (max-width: 750px) {
        .index_wrap .banner .banner_page {
          padding-bottom: 0; } }
      .index_wrap .banner .banner_page .swiper-pagination-bullet {
        background-color: #fff;
        width: 12px;
        height: 12px;
        text-align: right; }
    .index_wrap .banner:hover .b_p {
      display: block; }

.title {
  width: 100%;
  height: 265px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../images/title_bg.png");
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .title {
      height: 1rem;
      line-height: 1rem;
      background-image: none;
      margin-top: 0.3rem; } }
  .title h1 {
    font-size: 48px;
    color: #117242;
    font-weight: bold;
    line-height: 4.5; }
    @media screen and (max-width: 1024px) {
      .title h1 {
        font-size: 30px;
        line-height: 1rem; } }
    @media screen and (max-width: 750px) {
      .title h1 {
        font-size: 0.5rem;
        font-weight: normal; } }

.bg_g {
  background-color: #117242; }

.bg_gr {
  background-color: #226775; }

.bg_r {
  background-color: #d93a30; }

.bg_b {
  background-color: #476d03; }

.bg_p {
  background-color: #293a7c; }

.bg_y {
  background-color: #ff9b00; }

.about {
  padding: 150px 13% 120px 13%;
  height: auto; }
  .about:before, .about:after {
    content: "";
    display: table; }
  .about:after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    .about {
      width: 100%;
      padding: 0; } }
  .about .info {
    width: 35%;
    float: left;
    padding-top: 30px; }
    @media screen and (max-width: 1024px) {
      .about .info {
        width: 100%;
        padding: 5%; } }
    .about .info h2 {
      font-size: 30px;
      color: #117242;
      font-weight: bold;
      line-height: 2.702; }
    .about .info p {
      font-size: 14px;
      color: #8d8d8d;
      line-height: 2.571; }
    .about .info a {
      border-style: solid;
      border-width: 2px;
      border-color: #616161;
      display: block;
      width: 164px;
      height: 49px;
      text-align: center;
      line-height: 49px;
      font-size: 14px;
      color: #1a3d35;
      margin-top: 55px;
      transition: all 0.3s; }
      .about .info a:hover {
        background-color: #117242;
        color: #fff;
        border-color: #117242; }
      @media screen and (max-width: 1024px) {
        .about .info a {
          margin: 0 auto;
          margin-top: 0.2rem; } }
  .about .video_wrap {
    width: 50%;
    height: 450px;
    float: right; }
    @media screen and (max-width: 1024px) {
      .about .video_wrap {
        width: 100%;
        float: none;
        height: 5rem; } }
    .about .video_wrap .swiper-wrapper {
      width: 100%;
      height: 450px; }
      @media screen and (max-width: 1024px) {
        .about .video_wrap .swiper-wrapper {
          height: 5rem; } }
    .about .video_wrap .swiper-slide {
      width: 100%;
      height: 450px;
      padding-bottom: 35px; }
      @media screen and (max-width: 1024px) {
        .about .video_wrap .swiper-slide {
          height: 5rem; } }
      .about .video_wrap .swiper-slide .video {
        width: 100%;
        height: 100%; }
    .about .video_wrap .swiper-pagination-bullets {
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .about .video_wrap .swiper-pagination-bullets {
          text-align: center; } }
    .about .video_wrap .swiper-pagination-bullet-active {
      background-color: #117242; }

.product {
  width: 100%;
  height: auto; }
  .product:before, .product:after {
    content: "";
    display: table; }
  .product:after {
    clear: both; }
  .product .product_wrap {
    width: 100%;
    height: 800px; }
    .product .product_wrap:before, .product .product_wrap:after {
      content: "";
      display: table; }
    .product .product_wrap:after {
      clear: both; }
    .product .product_wrap a {
      display: block;
      width: 100%;
      height: 100%; }
    .product .product_wrap .img {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .product .product_wrap .tip {
      padding: 5px 60px;
      font-size: 18px;
      color: #fff;
      width: auto;
      margin-top: 50px;
      float: left; }
      @media screen and (max-width: 750px) {
        .product .product_wrap .tip {
          padding: 0.05rem 0.1rem;
          font-size: 14px;
          margin-top: 0.5rem; } }
    @media screen and (min-width: 1024px) {
      .product .product_wrap .m {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out; }
      .product .product_wrap .left {
        width: 30%;
        height: 800px;
        float: left;
        overflow: hidden; }
        .product .product_wrap .left:hover .m {
          transform: scale(1.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .product .product_wrap .right {
        width: 70%;
        height: 800px;
        float: left; }
        .product .product_wrap .right .top {
          width: 100%;
          height: 400px; }
          .product .product_wrap .right .top .item {
            width: 33.3333333333%;
            height: 400px;
            float: left;
            overflow: hidden; }
            .product .product_wrap .right .top .item:hover .m {
              transform: scale(1.1);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
        .product .product_wrap .right .bottom {
          width: 100%;
          height: 400px; }
          .product .product_wrap .right .bottom .item {
            width: 50%;
            height: 400px;
            float: left;
            overflow: hidden;
            transition: all 0.3s ease-in-out; }
            .product .product_wrap .right .bottom .item:hover .m {
              transform: scale(1.1);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } }
  @media screen and (max-width: 1024px) {
    .product .product_wrap {
      height: auto !important; }
    .product .left, .product .right {
      display: none; }
    .product .mobile_content {
      display: block !important;
      width: 100%;
      height: auto; }
      .product .mobile_content:before, .product .mobile_content:after {
        content: "";
        display: table; }
      .product .mobile_content:after {
        clear: both; }
      .product .mobile_content .item {
        width: 50%;
        height: 3rem;
        float: left; } }

.solution {
  width: 100%;
  height: auto; }
  .solution .title {
    background-image: url("../../images/solution_bg.png"); }
    @media screen and (max-width: 1024px) {
      .solution .title {
        background-image: none; } }
  .solution:before, .solution:after {
    content: "";
    display: table; }
  .solution:after {
    clear: both; }
  .solution .solution_wrap {
    width: 100%;
    height: 650px; }
    @media screen and (max-width: 1024px) {
      .solution .solution_wrap {
        height: auto !important; }
        .solution .solution_wrap:before, .solution .solution_wrap:after {
          content: "";
          display: table; }
        .solution .solution_wrap:after {
          clear: both; } }
    .solution .solution_wrap .item {
      width: 20%;
      height: 650px;
      float: left;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      transition: all 0.4s ease-in-out;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .solution .solution_wrap .item {
          width: 50% !important;
          height: 3rem; } }
      .solution .solution_wrap .item a {
        display: block;
        width: 100%;
        height: 100%; }
        .solution .solution_wrap .item a p {
          font-size: 24px;
          color: #fff;
          text-align: center;
          margin-top: 60px; }
        .solution .solution_wrap .item a span {
          display: block;
          margin: 0 auto;
          text-align: center;
          line-height: 40px;
          height: 40px;
          width: 150px;
          border-radius: 7px;
          background-color: rgba(255, 255, 255, 0.88);
          font-size: 16px;
          color: #141414;
          margin-top: 40px;
          transition: linear 1.2s ease-in-out; }
          .solution .solution_wrap .item a span:hover {
            background-color: #117242;
            color: #fff; }
          @media screen and (max-width: 750px) {
            .solution .solution_wrap .item a span {
              display: none; } }
      @media screen and (min-width: 1024px) {
        .solution .solution_wrap .item:hover {
          height: 720px;
          margin-top: -35px;
          margin-bottom: -35px; }
          .solution .solution_wrap .item:hover span {
            position: relative;
            margin-top: 530px;
            transition: all 0.2s; } }

.news {
  width: 100%;
  height: auto; }
  .news .title {
    background-image: url("../../images/news_bg.png"); }
    @media screen and (max-width: 1024px) {
      .news .title {
        background-image: none; } }
  .news:before, .news:after {
    content: "";
    display: table; }
  .news:after {
    clear: both; }
  .news .news_wrap {
    width: 100%;
    height: 385px;
    margin-top: -42.5px; }
    @media screen and (max-width: 1024px) {
      .news .news_wrap {
        display: none; } }
    .news .news_wrap .swiper-slide {
      height: 385px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .news .news_wrap .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
      .news .news_wrap .swiper-slide .content {
        position: absolute;
        padding: 0 40px;
        width: 100%;
        height: auto;
        bottom: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        opacity: 0; }
        .news .news_wrap .swiper-slide .content:before, .news .news_wrap .swiper-slide .content:after {
          content: "";
          display: table; }
        .news .news_wrap .swiper-slide .content:after {
          clear: both; }
        .news .news_wrap .swiper-slide .content h1 {
          font-size: 20px;
          color: #fff;
          font-weight: bold;
          line-height: 1.2;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 10px; }
        .news .news_wrap .swiper-slide .content p {
          font-size: 13px;
          color: #fff;
          line-height: 2.571; }
      .news .news_wrap .swiper-slide:before {
        content: " ";
        display: block;
        width: 100%;
        height: 42.5px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
      .news .news_wrap .swiper-slide:after {
        content: " ";
        display: block;
        width: 100%;
        height: 42.5px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
      .news .news_wrap .swiper-slide.active a {
        position: relative; }
        .news .news_wrap .swiper-slide.active a:before {
          content: " ";
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 0;
          left: 0; }
        .news .news_wrap .swiper-slide.active a .content {
          opacity: 1; }
      .news .news_wrap .swiper-slide.active:before, .news .news_wrap .swiper-slide.active:after {
        height: 0; }
  .news .arrow {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 100; }
    .news .arrow.n_arrow_left {
      background-image: url("../../icon/news_arrow_right_icon.png");
      left: 30px; }
    .news .arrow.n_arrow_right {
      background-image: url("../../icon/news_arrow_left_icon.png");
      right: 30px; }
  @media screen and (max-width: 1024px) {
    .news .mobile-news {
      display: block !important;
      width: 100%;
      height: auto; }
      .news .mobile-news:before, .news .mobile-news:after {
        content: "";
        display: table; }
      .news .mobile-news:after {
        clear: both; }
      .news .mobile-news .swiper-pagination-bullet-active {
        background-color: #117242; }
      .news .mobile-news .swiper-slide {
        width: 100% !important;
        height: auto;
        padding: 0 15px;
        padding-bottom: 0.5rem; }
        .news .mobile-news .swiper-slide:before, .news .mobile-news .swiper-slide:after {
          content: "";
          display: table; }
        .news .mobile-news .swiper-slide:after {
          clear: both; }
      .news .mobile-news a {
        display: block;
        width: 100%;
        height: 100%; }
        .news .mobile-news a .cover {
          width: 100%;
          height: 4.2rem;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          margin-bottom: 0.25rem; }
        .news .mobile-news a .info {
          width: 100%;
          height: auto; }
          .news .mobile-news a .info:before, .news .mobile-news a .info:after {
            content: "";
            display: table; }
          .news .mobile-news a .info:after {
            clear: both; }
          .news .mobile-news a .info h1 {
            width: 100%;
            font-size: 0.32rem;
            line-height: 1.2;
            color: #333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .news .mobile-news a .info h1:before, .news .mobile-news a .info h1:after {
              content: "";
              display: table; }
            .news .mobile-news a .info h1:after {
              clear: both; }
          .news .mobile-news a .info p {
            font-size: 0.26rem;
            margin-top: 0.2rem;
            color: #333; } }

.join {
  width: 100%;
  height: 270px;
  margin-top: 220px;
  text-align: center;
  background-image: url("../../images/join_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1024px) {
    .join {
      margin-top: 30px; } }
  .join h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding-top: 40px; }
  .join p {
    max-width: 830px;
    color: #fff;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    line-height: 2.5;
    padding: 30px 0; }
    @media screen and (max-width: 1024px) {
      .join p {
        width: 100%;
        padding: 0 5%; } }
  .join a {
    border-radius: 4px;
    background-color: #117242;
    width: 180px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s; }
    .join a:hover {
      background-color: rgba(17, 114, 66, 0.8); }

.position_bar {
  width: 28px;
  height: auto;
  position: fixed;
  right: 20px;
  z-index: 10000;
  top: 50%;
  margin-top: -70px; }
  @media screen and (max-width: 1024px) {
    .position_bar {
      display: none; } }
  .position_bar ul li {
    width: 28px;
    height: 28px;
    background-image: url("../../icon/position_right_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative; }
    .position_bar ul li .text {
      display: none;
      color: #ccc;
      font-size: 12px;
      position: absolute;
      height: 18px;
      line-height: 18px;
      width: 50px;
      left: -50px;
      top: 5px; }
    .position_bar ul li.active {
      background-image: url("../../icon/position_right_active_icon.png"); }
      .position_bar ul li.active .text {
        display: block; }
    .position_bar ul li:hover .text {
      display: block; }

/*# sourceMappingURL=index.css.map */
